projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b5691
)
(syms_of_emacs): Don't initialize Vinstallation_name
author
Richard M. Stallman
<rms@gnu.org>
Sun, 20 Mar 1994 01:13:53 +0000
(
01:13
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 20 Mar 1994 01:13:53 +0000
(
01:13
+0000)
and Vinstallation_directory.
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 2fcb6a8b9e7160518b8c72923bfd103461d17581..1a581d4e2cce9ed92180fa12139e2ef70f641cc9 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1037,8
+1037,8
@@
it to change priority. (Emacs sets its uid back to the real uid.)");
staticpro (&Vinstallation_directory);
Vinstallation_directory = Qnil;
+
+ /* These have already been set, in init_cmdargs, so don't set them here. */
staticpro (&Vinvocation_name);
- Vinvocation_name = Qnil;
staticpro (&Vinvocation_directory);
- Vinvocation_directory = Qnil;
}